/* vr全景 */
.lazs_box4{
    height: 950px;
    
}
.lazs_box4 .lazs_title{
    padding-top: 70px;
}
.lazs_box4 .lazs_title .lazs_title_top h1{
    color:#fff;
}
.lazs_box4 .lazs_title p{
    color:#fff;
}
.floor-02-content02 { width: 1500px;margin:0 auto; margin-top:50px }
.floor-02-content02 img { width:100%;height:100%;object-fit: cover; }
.floor-02-content02 ul { padding 0px; margin 0px; list-style: none; font-size 0px; position: relative; }
.floor-02-content02 ul li { position: absolute; display: inline-block; vertical-align: top; font-size: 16px; transition: all 0.5s ease; }
.floor-02-content02 ul li:first-child {width: 990px; height: 575px; position: absolute; top 0px; left 0px; }
.floor-02-content02 ul li img { width: 490px; height: 280px; transition: all 0.5s ease; }
.floor-02-content02 ul li .floor-02-pic { width: 490px; height: 280px; overflow: hidden; }
.floor-02-content02 ul li:first-child img { width: 100%; height: 100%; }
.floor-02-content02 ul li:first-child .floor-02-pic { width: 490px; height: 500px; overflow: hidden; }
.floor-02-content02 ul li .floor-02-text { width:100%; position: absolute; bottom:0px; left: 50%; text-align: center; height: 45px; line-height: 45px; z-index: 1;transform: translateX(-50%); border-radius: 05px 05px 0 0;background: rgba(0,0,0,.7);}
.floor-02-content02 ul li:first-child + li { margin: 0 15px 0 1000px; }
.floor-02-content02 ul li:first-child + li + li + li { margin: 15px 0 0 505px; }
.floor-02-content02 ul li:first-child + li + li + li + li { margin: 15px 0 0 15px; }
.floor-02-content02 ul li a { color: #fff; display: block; text-decoration: none;width:100%;height:100%; }
.floor-02-content02 i { font-style: normal; }
.floor-02-content02 ul li:nth-child(3){top: 295px;
    right: 10px;}
.floor-02-content02 ul li:first-child:after { content: ""; height: 200px; }
.floor-02-content02 ul li:first-child:before { content: ""; width: 320px;height: 123px;position: absolute; bottom: 0; right: 0; z-index: 2;background: url(/template/default/index/style/style_28/images/ybj/rentou.png)no-repeat center/100% 100%;}
.floor-02-content02 ul li:hover { transform: translateY(-1000px); box-shadow: 0 15px 32px rgba(0,0,0,0.15); }
.banner_beijing {
  width: 100%;
  height: 150px;
  position: relative;
  display: block;
}
.banner_beijing img {
  width: 100%;
  height: 100%;
}
.banner_beijing span {
  width: 43px;
  height: 39px;
  position: absolute;
  left: 28%;
  top: 67px;
  transition: all 0.3s ease;
  animation: daxiao 1s linear infinite;
}
.banner_beijing span img {
  width: 100%;
  height: 100%;
}
@keyframes daxiao {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}